home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / apt.postrm < prev    next >
Text File  |  2008-08-14  |  545b  |  26 lines

  1. #! /bin/sh
  2.  
  3. # apt postrm
  4. # Copyright (C) 1998, Ben Gertzfield <che@debian.org>
  5.  
  6. # This program is free software; you can redistribute it and/or modify
  7. # it under the terms of the GNU General Public License as published by
  8. # the Free Software Foundation; either version 2 of the License, or
  9. # (at your option) any later version.
  10.  
  11. # Automatically added by dh_makeshlibs
  12. if [ "$1" = "remove" ]; then
  13.     ldconfig
  14. fi
  15. # End automatically added section
  16.  
  17.  
  18. case "$1" in
  19.        remove)
  20.         ;;
  21.        purge)
  22.         rm -rf /var/cache/apt
  23.         rm -rf /var/lib/apt
  24. esac
  25.  
  26.